home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / ega_util.arc / MAKECOM.BAT < prev    next >
Encoding:
DOS Batch File  |  1985-03-22  |  118 b   |  10 lines

  1. echo on
  2. masm %1,%1,NUL,NUL;
  3. link %1,%1,NUL,;
  4. exe2bin %1
  5. del %1.com
  6. ren %1.bin %1.com
  7. del %1.obj
  8. del %1.exe
  9.  
  10.